- 
                Notifications
    You must be signed in to change notification settings 
- Fork 15.1k
Use Docsy-friendly section partial #51969
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
| [APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here. 
Needs approval from an approver in each of these files:
 Approvers can indicate their approval by writing  | 
| There are two kinds of CSS change. 
 | 
| ✅ Pull request preview available for checkingBuilt without sensitive environment variables 
 To edit notification comments on pull requests, go to your Netlify project configuration. | 
| Oh, hmm. It worked on my machine when I previewed it. /retitle [WIP] Use Docsy-friendly section partial | 
4a8cd65    to
    ae7fa1b      
    Compare
  
    | /retitle Use Docsy-friendly section partial @dipesh-rawat @natalisucks this is ready for a review (I hope - it works on my machine) | 
ae7fa1b    to
    6260948      
    Compare
  
    6260948    to
    38f6e4c      
    Compare
  
    38f6e4c    to
    fc0f9c7      
    Compare
  
    |  | ||
| // KubeWeekly | ||
| #kubeweekly { | ||
| visibility: hidden; | 
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This change leaves some extra empty space on the homepage where the kubeweekly form used to be. Just checking if this is intentional? If so, maybe  we could remove the kubeweekly shortcode from homepage to tidy up the spacing.
website/content/en/_index.html
Line 67 in 7866af8
| {{< kubeweekly id="kubeweekly" >}} | 
 
    There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It is intentional. I didn't want to make lots of change in this one PR.
a7c9add    to
    168703f      
    Compare
  
    | Actually, #51829 drops KubeWeekly. | 
| color: #ffffff !important; | ||
| } | ||
|  | ||
| body.td-home section#upcoming-events > .col > .row { | 
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The upcoming events section in the preview (here) looks slightly off. The background doesn’t appear to span the full width. Is this an intentional design update, or is it a regression?
 
    There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It works on my machine, unfortunately. I have tried to make a fix.
What browser / setup can I use to reproduce the symptom?
Use a partial for <section> that will work with near-vanilla Docsy.
168703f    to
    e4f5c1b      
    Compare
  
    
Use a partial for
<section>that will work with near-vanilla Docsy.Helps with issue #41171.
Preview of the updated page.